﻿@charset "utf-8";

/*初始化样式*/

* {
    -webkit-tap-highlight-color: transparent;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.75em;
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    box-sizing: border-box;
}

table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}


/*html5设置*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

html,
body,
div,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    color: #0079b1;
}

a img {
    border: none;
}


/*强制去除表单自带的样式*/

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #555;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


/*清楚浮动*/


/*该设置跟后台编辑器有关*/

.ul,
.ul li,
.dl,
.dl dd,
ul,
ul li,
ol,
ol li,
dl,
dl dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}


/*该设置跟后台编辑器有关*/


/*全局样式*/

.inner {
    width: 1400px;
    margin: 0 auto;
}

.wrapper {
    padding: 70px 0;
}

.thumbnail img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blank {
    width: 100%;
    height: 100px;
    transition: height .3s;
}

.blank.add {
    height: 70px;
}


/*全站底部*/

.footer {
    background-color: #2f2f2f;
    clear: both;
}

.footer .top {
    overflow: hidden;
    border-bottom: 1px solid #3b3b3b;
    padding: 80px 0;
}

.footer .top .left {
    float: left;
    overflow: hidden;
}

.widget {
    float: left;
    padding-right: 50px;
}

.widget:last-child {
    padding-right: 0;
}

.widget h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 20px;
}

.widget h3 a {
    color: #fff;
}

.widget li {
    font-size: 16px;
    color: #888;
    line-height: 1.5em;
    padding: 5px 0;
}

.widget li a {
    color: #888;
}

.widget li a:hover {
    color: #eee;
}

.footer .top .right {
    float: right;
}

.realTime {
    text-align: right;
    margin-bottom: 40px;
}

.realTime h3,
.hotLine h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 20px;
}

.realTime .price {
    color: #ff3636;
    margin-bottom: 5px;
}

.realTime .price span {
    display: block;
}

.realTime .price .t {
    font-size: 50px;
    line-height: 1em;
}

.realTime .price .b {
    font-size: 16px;
    line-height: 1em;
}

.realTime .price .b i {
    font-style: normal;
    background: url(../images/icon_05.png) no-repeat right center;
    padding-right: 16px;
}

.realTime .code {
    font-size: 16px;
    color: #888;
    line-height: 1.75em;
}

.hotLine {
    text-align: right;
}

.hotLine h3 i {
    font-style: normal;
    background: url(../images/icon_06.png) no-repeat left center;
    padding-left: 30px;
}

.hotLine p {
    font-size: 24px;
    color: #fff;
    font-family: Arial;
}

.footer .btm {
    clear: both;
    border-bottom: 1px solid #3b3b3b;
    padding: 2.15% 0;
}

.pagesList {
    float: left;
}

.pagesList ul {
    overflow: hidden;
}

.pagesList li {
    float: left;
    font-size: 14px;
    padding-right: 25px;
    color: #6e6e6e;
    position: relative;
    line-height: 40px;
}

.pagesList li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
    background-color: #6e6e6e;
}

.pagesList li:last-child {
    padding-right: 0;
}

.pagesList li:last-child:after {
    display: none;
}

.pagesList li a {
    color: #6e6e6e;
}

.pagesList li a:hover {
    color: #eee;
}

.social {
    float: right;
}

.links {
    float: right;
    font-size: 14px;
    color: #6e6e6e;
    position: relative;
    width: 218px;
    border: 1px solid #555;
}

.links span {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 30px 0 15px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
}

.links span:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}

.links ul {
    position: absolute;
    left: -1px;
    bottom: 100%;
    width: 100%;
    background-color: #2f2f2f;
    border: 1px solid #555;
    padding: 5px 0;
    display: none;
    z-index: 5;
}

.links li a {
    display: block;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.links li a:hover {
    color: #eee;
}

.share {
    float: left;
}

.share ul {
    margin-right: 25px;
}

.share li {
    float: left;
    position: relative;
}


/*.share li a {display:block; margin:0 3px; width:38px; height:38px; border-radius:50%; border:1px solid #525252; text-indent:-9999em; background:no-repeat center center;}*/

.share li a {
    display: block;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-indent: -9999em;
    background: no-repeat center center;
}

.share li.msg a {
    background-color: #ffbc1a;
}

.share li.msg a {
    background-image: url(../images/social_04.png);
}

.share li.dw a {
    background-color: #f00;
}

.share li.dw a {
    background-image: url(../images/social_03.png);
}

.share li.wx a {
    background-color: #3cb035;
}

.share li.wx a {
    background-image: url(../images/social_02.png);
}

.share li.ly a {
    background-color: #0076b4;
}

.share li.ly a {
    background-image: url(../images/social_01.png);
}

.share .qrcode {
    background-color: #fff;
    width: 120px;
    height: 120px;
    font-size: 18px;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    left: 50%;
    bottom: 130%;
    margin-left: -65px;
    border: 1px solid #e4e4e4;
    display: none;
}

.share .qrcode:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -5px;
    background-color: #fff;
    margin-left: -5px;
}

.share .qrcode img {
    display: block;
    width: 100%;
    height: 100%;
}

.share .qrcode.pos {
    width: 120px;
    height: auto;
    word-break: break-all;
    margin-left: -65px;
}

.copyright {
    clear: both;
    padding: 2.5% 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #6c6c6c;
    text-transform: uppercase;
}

.copyright a {
    color: #6c6c6c;
}

.copyright .left {
    float: left;
}

.copyright .right {
    float: right;
}

.copyright .right img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.backTop {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: url(../images/icon_07.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    position: fixed;
    bottom: 22%;
    right: 3%;
    z-index: 7;
}


/*全站头部*/

.header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid white;
}

.mynavs {
    margin-left: 0;
}


/* .header.fixed .logo {
    padding: 12.5px 0;
} */

.header.fixed .nav li,
.header.fixed .other .btn span {
    line-height: 100px;
}

.header.fixed .navDrop {
    top: 71px;
}


/*首页透明头部*/

.home .blank {
    display: none;
}

.home .header {
    background-color: #fff;
    border-bottom-color: rgba(255, 255, 255, .3);
}

.home .header .other {
    border-right-color: rgba(255, 255, 255, .3);
}

.home .header .other .btn {
    border-left-color: rgba(255, 255, 255, .3);
}

.home .nav li a {
    color: black !important;
}

.home .logo a {
    background-image: url(../images/logo.png);
}

.home .other .search span {
    background-image: url(../images/icon_02_home.png);
}

.home .other .language span {
    background-image: url(../images/icon_01_home.png);
}

.home .nav li .navDrop a {
    color: #555;
}

.home .nav li .navDrop a:hover {
    color: #0079b1;
}

@media only screen and (min-width:1025px) {
    .three_nav_dl {
        display: none;
    }
}

.three_nav_dl dd a {
    font-size: 12px;
    padding-left: 5em!important;
}

.home .header.fixed {
    background-color: #fff;
    transition: background .3s;
}

.home .fixed .nav li a,
.home .cur .nav li a {
    color: #555;
}

.home .fixed .nav li.on>a,
.home .cur .nav li.on>a {
    color: #0079b1;
}

.home .fixed .other,
.home .cur .other {
    border-right-color: #f3f3f3;
}

.home .fixed .other .btn,
.home .cur .other .btn {
    border-left-color: #f3f3f3;
}

.home .fixed .logo a,
.home .cur .logo a {
    background-image: url(../images/logo.png);
}

.home .header.cur {
    background-color: #fff;
}


/*logo*/

.logo {
    float: left;
    padding: 17.5px 0;
    transition: all .3s;

}

.logo a {
    display: block;
    text-indent: -9999em;
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
    width: 350px;
    height: 68px;
    outline: none;
}


/*顶部导航*/


/* .nav {
    float: right;
} */

.nav ul:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.nav li {
    float: left;
    font-size: 18px;
    color: #555;
    padding: 0 20px;
    line-height: 100px;
    transition: all .3s;
}

.nav li a {
    color: #555;
    display: block;
    position: relative;
}

.nav li.on>a,
.nav li.cur>a {
    color: #0079b1;
}

.nav li.cur>a:after,
.nav li.on>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #0079b1;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.navDrop {
    background-color: #fcfdff;
    position: absolute;
    left: 0;
    top: 101px;
    width: 100%;
    z-index: 5;
    display: none;
}

.navDrop.show {
    display: block;
}

.navDrop .inner {
    overflow: hidden;
}

.navDrop .preview {
    float: right;
    width: 50%;
}

.navDrop .pic {
    position: relative;
    padding-bottom: 57.1428%;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
}

.navDrop .info {
    width: 48%;
    float: left;
    padding: 35px 0;
    overflow: hidden;
}

.navDrop ul {
    font-size: 0;
    line-height: normal;
    text-align: center;
    padding: 30px 0;
}

.navDrop li {
    display: inline-block;
    float: none;
    line-height: 2em;
}

.navDrop li a:hover {
    color: #0079b1;
}

.navDrop li.submenuTeam {
    display: none;
}

.subNav {
    float: left;
    width: 45%;
}

.subNav dd {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.subNav dd a {
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}

.subNav dd a:after {
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    background: url(../images/icon_03.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7.5px;
}

.subNav dd.on {
    border-right-color: transparent;
}

.subNav dd.on a:after {
    background-position: 0 -15px;
}

.threeNav dl {
    display: none;
}

.threeNav dl.show {
    display: block;
}

.threeNav dd {
    line-height: 60px;
    width: 50%;
    padding-left: 5%;
    float: left;
}

.threeNav dd a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.threeNav dd a:hover {
    color: #000;
}


/*other*/

.other {
    float: right;
    border-right: 1px solid #f3f3f3;
    padding-left: 50px;
}

.other .btn {
    float: left;
    border-left: 1px solid #f3f3f3;
    position: relative;
}

.other .btn span {
    display: block;
    line-height: 100px;
    background: no-repeat center center;
    text-indent: -9999em;
    width: 98px;
    cursor: pointer;
    transition: all .3s;
}

.other .search span {
    background-image: url(../images/icon_02.png);
}

.searchForm {
    position: absolute;
    right: -1px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    width: 350px;
    padding: 10px;
    display: none;
    z-index: 9;
}

.searchForm .submit {
    float: right;
    color: #999;
    font-size: 14px;
    display: block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.searchForm .input {
    margin-right: 50px;
    background-color: #e9e9e9;
    padding: 0 10px;
}

.searchForm .text {
    width: 100%;
    -webkit-appearance: none;
    height: 35px;
    line-height: normal;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}

.other .language span {
    background-image: url(../images/icon_01.png);
}

.other .language dl {
    position: absolute;
    width: 100%;
    left: -1px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0;
    display: none;
}

.other .language dd a {
    display: block;
    padding: 5px 0;
}

.navBtn {
    display: none;
}


/*内页Banner*/


/* .banner {
    background: no-repeat center center;
    background-size: cover;
    padding-bottom: 450px;
} */


/*内页二级菜单*/

.bar {
    background-color: #f7f7f7;
    height: 100px;
}

.subMenu {
    float: left;
}

.subMenu span {
    display: none;
}

.subMenu li {
    line-height: 100px;
    font-size: 16px;
    color: #555;
    float: left;
    padding-right: 30px;
}

.subMenu li a {
    display: block;
    color: #555;
    position: relative;
}

.subMenu li a:hover {
    color: #0079b1;
}

.subMenu li.cur a {
    color: #0079b1;
}

.subMenu li.cur a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0079b1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.breadcrumb {
    float: right;
    line-height: 100px;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb a:first-child {
    background: url(../images/icon_04.png) no-repeat left center;
    padding-left: 25px;
}

.breadcrumb i {
    font-family: 'Simsun';
    font-style: normal;
    padding: 2px 0;
}

.breadcrumb a {
    color: #888;
    padding: 2px 0;
}

.breadcrumb a:hover {
    color: #0079b1;
}

.breadcrumb span {
    color: #0079b1;
    padding: 2px 0;
}


/*内页分页*/

.pagenavi {
    font-size: 0;
    text-align: center;
    line-height: normal;
    color: #323232;
}

.pagenavi a {
    font-size: 18px;
    color: #323232;
    display: inline-block;
    padding: 0 18px 15px;
    margin: 2px;
    border-bottom: 2px solid transparent;
}

.pagenavi a:hover {
    color: #0068ab;
}

.pagenavi a.a_cur {
    border-color: #0068ab;
    color: #0068ab;
}

.pagenavi a.a_btn {
    font-family: 'Simsun';
    font-style: normal;
}


/*人才发展_频道页 && 新闻中心_首页*/

.bannerTop {
    padding: 250px 0 180px;
    background: no-repeat center center;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.bannerTop a {
    color: #fff;
}

.bannerTop #newsTop {
    border-bottom: 1px solid #1d4a6e;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.bannerTop .box {
    width: 50%;
    padding: 0 30px;
}

.bannerTop .meta {
    font-size: 18px;
    margin-bottom: 15px;
}

.bannerTop .cat {
    color: #51b3e2;
    padding-right: 19px;
    position: relative;
}

.bannerTop .cat:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #7091aa;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -6px;
}

.bannerTop h2 {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 30px;
}

.bannerTop h2 a:hover {
    text-decoration: underline;
}

.bannerTop p {
    font-size: 16px;
    line-height: 1.75em;
    max-height: 5.25em;
    overflow: hidden;
}

.bannerTop .more {
    font-size: 20px;
    overflow: hidden;
}

.bannerTop .more a {
    display: block;
    float: left;
    background: url(../images/icon_10.png) no-repeat right center;
    padding-right: 30px;
}

.bannerTop .btn {
    overflow: hidden;
    margin-top: 50px;
}

.bannerTop .btn button {
    font-size: 0;
    background: none;
    border: none;
    display: block;
    float: left;
    cursor: pointer;
}

.bannerTop .btn button:nth-of-type(2) {
    width: 35px;
    margin-left: -1px;
}

.bannerTop .btn span {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    cursor: pointer;
    background: no-repeat center center;
}

.bannerTop .btn .owl-prev span {
    background-image: url(../images/icon_11.png);
}

.bannerTop .btn .owl-next span {
    background-image: url(../images/icon_12.png);
}


/*新闻中心_首页*/

.newsTitle {
    text-align: center;
    color: #0079b1;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 50px;
}

.groupNews {
    overflow: hidden;
    padding: 60px 0;
}

.groupNews ul {
    width: 106.4%;
    overflow: hidden;
}

.groupNews li {
    width: 28%;
    padding-right: 5%;
    padding-bottom: 5%;
    float: left;
}

.groupNews li a {
    display: block;
    overflow: hidden;
    border: 1px solid #ededed;
}

.groupNews li .info {
    padding: 15px 20px 50px;
}

.groupNews li .thumbnail {
    padding-bottom: 62.5%;
    position: relative;
    overflow: hidden;
}

.groupNews li .thumbnail img {
    transition: transform .3s;
}

.groupNews li a:hover img {
    transform: scale(1.1, 1.1);
}

.groupNews li time {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 5px;
}

.groupNews li h2 {
    clear: both;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    list-style: 1.125em;
    margin-bottom: 10px;
}

.groupNews li .intro {
    font-size: 16px;
    color: #888;
    line-height: 1.75em;
    margin-bottom: 15px;
    height: 3.5em;
    overflow: hidden;
}

.groupNews li .more {
    ;
    font-size: 14px;
    color: #bbb;
}

.groupNews li .more i {
    font-family: 'Simsun';
    font-style: normal;
    margin-left: 10px;
}

.groupNews li a:hover .more,
.groupNews li a:hover h2 {
    color: #0079b1;
}

.readMore {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 25px;
}

.readMore a {
    color: #aaa;
    background: url(../images/icon_13.png) no-repeat right center;
    padding-right: 25px;
}

.readMore a:hover {
    color: #0079b1;
}

.industry {
    padding: 60px 0 25px;
    background-color: #f1f8ff;
}

.industry .list {
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 4%;
}

.industry .list:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dee7f0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.5px;
}

.industry ul {
    width: 105%;
    overflow: hidden;
    margin-bottom: -4%;
}

.industry li {
    float: left;
    width: 45%;
    padding-right: 5%;
    overflow: hidden;
    border-bottom: 1px solid #dee7f0;
    padding-bottom: 2%;
    margin-bottom: 2%;
    position: relative;
}

.industry li .thumbnail {
    width: 265px;
    float: left;
}

.industry li .thumbnail a {
    display: block;
    overflow: hidden;
    padding-bottom: 67.9245%;
    position: relative;
}

.industry li img {
    transition: transform .3s;
}

.industry li img:hover {
    transform: scale(1.1, 1.1);
}

.industry li .info {
    margin-left: 285px;
    overflow: hidden;
    margin-bottom: 20px;
}

.industry li h2 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}

.industry li h2 a {
    color: #333;
}

.industry li h2 a:hover {
    color: #0079b1;
}

.industry li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.industry li time {
    position: absolute;
    left: 285px;
    bottom: 15px;
    margin-bottom: 2%;
    font-size: 14px;
    color: #bbb;
}

.mediaNews {
    padding: 60px 0 25px;
}

.mediaNews .inner {
    overflow: hidden;
}

.mediaNews ul {
    width: 102%;
    overflow: hidden;
    margin-bottom: 2%;
}

.mediaNews li {
    float: left;
    width: 48%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.mediaNews li a {
    display: block;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 30px 40px;
    color: #333;
}

.mediaNews li a:hover {
    color: #0079b1;
}

.mediaNews li .date {
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.mediaNews li time {
    display: block;
}

.mediaNews li i {
    font-size: 50px;
    line-height: 1em;
    font-style: normal;
    display: block;
    position: relative;
}

.mediaNews li i:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #e0e0e0;
    margin: 5px auto;
}

.mediaNews li .text {
    margin-left: 100px;
    height: 116px;
}

.mediaNews li h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.mediaNews li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.access {
    background: url(../images/bg_access.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 25px;
    color: #fff;
}

.access .title {
    text-align: center;
    background: url(../images/icon_14.png) no-repeat top center;
    padding-top: 90px;
    margin-bottom: 50px;
}

.access .title h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 15px;
}

.access .title p {
    font-size: 16px;
    line-height: 1.75em;
}

.access .box {
    overflow: hidden;
    margin-bottom: 65px;
}

.access .left {
    float: left;
    overflow: hidden;
    width: 46%;
    padding-right: 4%;
}

.access .left dl {
    float: right;
}

.access .right {
    float: right;
    overflow: hidden;
    width: 46%;
    padding-left: 4%;
}

.access .right dl {
    float: left;
}

.access dd {
    border: 1px solid #fff;
    padding: 15px;
    width: 418px;
    font-size: 20px;
    line-height: 24px;
}

.access dd:last-of-type {
    display: none;
}

.access dd span {
    display: block;
    background: no-repeat left center;
    padding-left: 40px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.access dd .name {
    background-image: url(../images/icon_15.png);
}

.access dd .mail {
    background-image: url(../images/icon_16.png);
}

.access dd .affair {
    background-image: url(../images/icon_17.png);
}

.access dd .tel {
    background-image: url(../images/icon_18.png);
}

.access dd .man {
    background-image: url(../images/icon_19.png);
}

.access .readMore {
    border-color: #687381;
    font-size: 20px;
    line-height: 25px;
}

.access .readMore a {
    color: #fff;
    position: relative;
    padding-left: 35px;
}

.access .readMore a:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/icon_20.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
}


/*新闻中心_集团新闻 && 新闻中心_行业动态*/

.newsList {
    overflow: hidden;
}

.newsList ul {
    width: 108%;
    overflow: hidden;
}

.newsList li {
    width: 26%;
    padding-right: 7%;
    padding-bottom: 5%;
    float: left;
}

.newsList li .thumbnail {
    margin-bottom: 10px;
}

.newsList li .thumbnail a {
    display: block;
    padding-bottom: 67.5%;
    position: relative;
    overflow: hidden;
}

.newsList li .thumbnail img {
    transition: transform .3s;
}

.newsList li .thumbnail img:hover {
    transform: scale(1.1, 1.1);
}

.newsList li .thumbnail i {
    display: block;
    width: 63px;
    height: 63px;
    background: url(../images/icon_08.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}

.newsList li time {
    display: block;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 10px;
}

.newsList li .date {
    margin-bottom: 20px;
}

.newsList li .date time {
    background-color: #0068ab;
    color: #fff;
    margin: -30px 0 0;
    float: right;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 105px;
    text-align: center;
}

.newsList li h2 {
    clear: both;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232;
    list-style: 1.125em;
    margin-bottom: 10px;
}

.newsList li h2 a {
    color: #323232;
}

.newsList li .intro {
    font-size: 16px;
    color: #888;
    line-height: 1.75em;
    margin-bottom: 15px;
}

.newsList li .more {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
}

.newsList li .more a {
    font-size: 14px;
    color: #bbb;
}

.newsList li .more i {
    font-family: 'Simsun';
    font-style: normal;
    margin-left: 10px;
}

.newsList li a:hover {
    color: #0079b1;
}


/*新闻中心_行业动态*/

.newsList.mr ul {
    width: 106%;
}

.newsList.mr li {
    width: 28%;
    padding-right: 5%;
}

.newsList.mr li .thumbnail {
    margin-right: 6%;
}


/*新闻中心_媒体聚焦*/

.focusList {
    overflow: hidden;
    margin-bottom: 25px;
}

.focusItem {
    overflow: hidden;
    margin-bottom: 35px;
}

.focusItem .thumbnail {
    float: left;
    width: 215px;
}

.focusItem .thumbnail img {
    transition: transform .3s;
}

.focusItem .thumbnail img:hover {
    transform: scale(1.1, 1.1);
}

.focusItem .thumbnail a {
    display: block;
    padding-bottom: 67.5%;
    position: relative;
    overflow: hidden;
}

.focusItem .info {
    margin-left: 260px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
}

.focusItem .text {
    margin: 0 110px 0 100px;
    overflow: hidden;
    padding-bottom: 20px;
}

.focusItem h2 {
    font-size: 18px;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    line-height: 1.35em;
    margin-bottom: 10px;
}

.focusItem h2 a {
    color: #323232;
}

.focusItem .intro {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}

.focusItem .date {
    float: left;
    width: 60px;
}

.focusItem .date time {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
}

.focusItem .date i {
    font-style: normal;
    font-size: 40px;
    line-height: 1em;
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.focusItem .date i:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #999;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -11px;
}

.focusItem .more a {
    font-size: 14px;
    color: #bbb;
}

.focusItem .more i {
    font-family: 'Simsun';
    font-style: normal;
    margin-left: 10px;
}

.focusItem a:hover {
    color: #0079b1;
}

.teamList .thumbnail a {
    padding-bottom: 120%;
}

.teamList .text {
    margin-left: 0;
}

.teamList h2,
.teamList h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

.teamList h2 {
    font-weight: bold;
    color: #016394;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
}

.teamList h2 i {
    display: none;
}

.teamList .focusItem .info {
    border: none;
    max-height: auto;
    overflow: auto;
}

.teamList .focusItem .intro {
    border: none;
    max-height: 258px;
    overflow: auto;
}

.teamList .focusItem {
    margin-bottom: 60px;
}

.leaderContent img {
    float: right;
    margin: 0 0 30px 30px;
    max-width: 100%;
    width: 300px;
}

.leaderContent p {
    text-indent: 2em;
}

.leaderContent {
    padding: 40px 0;
}


/*新闻中心_详情页*/

.newsDetails,
.singlePage {
    overflow: hidden;
    clear: both;
}

.newsDetails .title,
.singlePage .title {
    font-size: 32px;
    font-weight: normal;
    color: #0079b1;
    text-align: center;
    line-height: 1.35em;
    margin-bottom: 25px;
}

.newsDetails .entry,
.singlePage .entry {
    font-size: 16px;
    color: #333;
    line-height: 1.75em;
}

.newsDetails .entry p,
.singlePage .entry p {
    margin-bottom: 30px;
}

.newsDetails .entry img,
.singlePage .entry img {
    width: auto;
    max-width: 100%;
    height: auto;
}


/*新闻中心_资料下载*/

.download {
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 40px;
}

.download:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.download h2 {
    font-size: 40px;
    color: #0079b1;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 25px;
}

.download ul {
    overflow: hidden;
    width: 108.6%;
}

.download li {
    float: left;
    width: 17%;
    padding-right: 8%;
    padding-bottom: 4.3%;
}

.download li a {
    display: block;
    overflow: hidden;
    color: #555;
}

.download li a:hover {
    color: #0079b1;
}

.download li .pic {
    border: 1px solid #f0f0f0;
    padding: 5px;
    margin-bottom: 40px;
    position: relative;
}

.download li .cover {
    padding-bottom: 134.468%;
    background: no-repeat center center;
    background-size: contain;
}

.download li i {
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/icon_09.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -23px;
    margin-left: -23px;
}

.download li p {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


/*人才发展_人才理念*/

.idea .pic {
    overflow: hidden;
}

.idea .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.idea .icon {
    background: url(../images/icon_21.png) no-repeat center center;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin: -50px auto 5px;
    position: relative;
}

.idea .title {
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    margin-bottom: 45px;
}

.idea .entry {
    padding: 0 14%;
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 28px;
}

.idea .entry p {
    margin-bottom: 80px;
    position: relative;
}

.idea .entry p:after {
    content: '';
    display: block;
    width: 1px;
    height: 44px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    bottom: -62px;
    margin-left: -0.5px;
}

.idea .entry p:last-child:after {
    display: none;
}

.idea .list {
    overflow: hidden;
}

.idea .list ul {
    overflow: hidden;
    width: 103%;
}

.idea .list li {
    float: left;
    width: 22%;
    padding-right: 3%;
    padding-bottom: 2%;
}

.idea .list li .box {
    border: 3px solid #f7f7f7;
    padding: 6px;
    text-align: center;
}

.idea .list li .info {
    background: url(../images/bg_idea.jpg) repeat center center;
    padding: 60px 15px;
    overflow: hidden;
}

.idea .list li i {
    display: block;
    width: 63px;
    height: 51px;
    margin: 0 auto 20px;
    font-style: normal;
    background: no-repeat center center;
    background-size: contain;
}

.idea .list li h3 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    line-height: 1.125em;
    margin-bottom: 15px;
}

.idea .list li p {
    font-size: 16px;
    color: #888;
}


/*人才发展_频道页*/

.development .bannerTop {
    padding: 215px 0 380px;
}

.development .bannerTop .box {
    padding: 0;
    width: 46%;
}

.development .bannerTop .more {
    margin-top: 35px;
}

.development .bannerTop .more a {
    background-image: url(../images/icon_22.png);
}

.devTitle {
    text-align: center;
    color: #0079b1;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 25px;
}

.concept {
    background: url(../images/bg_concept.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}

.concept .intro {
    font-size: 16px;
    color: #555;
    padding: 0 15.7%;
    text-align: center;
    line-height: 28px;
    margin-bottom: 40px;
}

.concept .list ul {
    padding: 50px 7.1%;
    overflow: hidden;
}

.concept .list li {
    float: left;
    width: 25%;
    text-align: center;
}

.concept .list li a {
    display: block;
    border: 1px solid #e2e2e2;
    padding: 120px 10px;
    margin-right: -1px;
    position: relative;
}

.concept .list li i {
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: no-repeat center center;
    background-size: 63px 51px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.concept .list li .on {
    display: none;
}

.concept .list li span {
    display: block;
    font-size: 24px;
    color: #888;
    line-height: 40px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width:769px) {
    .concept .list a:hover {
        transform: scale(1.1, 1.1);
        border-radius: 10px;
        border: none;
        box-shadow: 0px 0px 20px #eee;
        background-color: #fff;
        overflow: hidden;
        z-index: 2;
        padding: 84px 10px;
    }
    .concept .list a:hover .bg {
        background: no-repeat center center;
        background-size: 100% auto;
        opacity: .1;
        position: absolute;
        width: 100%;
        height: 100%;
        right: -22%;
        bottom: -20%;
    }
    .concept .list a:hover i {
        display: none;
        width: 98px;
        height: 98px;
        border: 1px solid #efefef;
        background-color: #fff;
        margin-bottom: 35px;
    }
    .concept .list a:hover i.on {
        display: block;
    }
    .concept .list a:hover span {
        color: #0079b1;
    }
}


/* .recruit {
    background: url(../images/bg_recruit.jpg) no-repeat center center;
    background-size: cover;
} */

.recruit .top {
    /* padding: 19% 0; */
    color: #fff;
}

.recruit .devTitle {
    color: #fff;
}

.recruit .intro {
    text-align: center;
    font-size: 16px;
    line-height: 1.75em;
    padding: 0 14%;
}

.recruit .btm a {
    background-color: #0079b1;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding: 33px 5px;
}

.recruit .btm i {
    font-style: normal;
    background: url(../images/icon_22.png) no-repeat right center;
    padding-right: 35px;
}

.recruit .btm a:hover {
    opacity: .9;
}


/*人才发展_明阳大学 && 投资者关系_社会责任*/

.mingyang {
    overflow: hidden;
    padding: 75px 0;
    clear: both;
    background-color: #f6f8fb;
}

.mingyang h2 {
    font-size: 32px;
    font-weight: normal;
    color: #0079b1;
    text-align: center;
    line-height: 1.35em;
    margin-bottom: 25px;
}

.mingyang .intro {
    padding: 0 14%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.75em;
}

.mingyang .intro p {
    margin-bottom: 30px;
}

.mingyang .more {
    padding: 3% 0;
}

.mingyang .more a {
    display: block;
    background-color: #f6f8fb;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 178px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
}

.mingyang .more i {
    background: url(../images/icon_34.png) no-repeat left center;
    padding-left: 25px;
    font-style: normal;
}

.myItem {
    background-color: #fff;
    padding: 120px 0;
}

.myItem .inner {
    background-color: #f7f7f7;
    overflow: hidden;
    height: 503px;
}

.myItem .pic {
    width: 704px;
    height: 100%;
    float: left;
    position: relative;
}

.myItem .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.myItem i {
    display: block;
    width: 110px;
    height: 110px;
    background: url(../images/icon_23.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -55px;
}

.myItem .info {
    margin-left: 790px;
    position: relative;
    height: 503px;
}

.myItem .intro {
    max-height: 404px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    width: 95%;
    padding-right: 5%;
    transform: translateY(-50%);
}

.myItem h3 {
    font-weight: normal;
    font-size: 24px;
    color: #0079b1;
    margin-bottom: 15px;
}

.myItem p {
    font-size: 16px;
    color: #333;
    line-height: 1.75em;
}

.myItem:nth-child(2n) {
    background-color: #f6f8fb;
}

.myItem:nth-child(2n) .inner {
    background-color: #fff;
}

.myItem:nth-child(2n) .pic {
    float: right;
}

.myItem:nth-child(2n) i {
    right: auto;
    left: -55px;
}

.myItem:nth-child(2n) .info {
    margin: 0 790px 0 0;
}

.myItem:nth-child(2n) .intro {
    padding: 0 0 0 5%;
}


/*投资者关系_公告*/

.noticeList {
    overflow: hidden;
    margin-bottom: 25px;
}

.noticeItem {
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
}

.noticeItem .text {
    margin-left: 100px;
    overflow: hidden;
}

.noticeItem h2 {
    font-size: 18px;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    line-height: 1.35em;
    margin-bottom: 10px;
}

.noticeItem h2 a {
    color: #323232;
}

.noticeItem p {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noticeItem .date {
    float: left;
    width: 60px;
}

.noticeItem .date time {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #6e6e6e;
}

.noticeItem .date i {
    font-style: normal;
    font-size: 40px;
    line-height: 1em;
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.noticeItem .date i:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #999;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -11px;
}

.noticeItem a:hover {
    color: #0079b1;
}


/*投资者关系_公告详情页*/

.noticeDetails {
    overflow: hidden;
    clear: both;
}

.noticeDetails .title {
    font-size: 32px;
    font-weight: normal;
    color: #0079b1;
    text-align: center;
    line-height: 1.35em;
    margin-bottom: 25px;
}

.noticeDetails .entry {
    font-size: 16px;
    color: #333;
    line-height: 1.75em;
}

.noticeDetails .entry p {
    margin-bottom: 30px;
}

.noticeDetails .entry img {
    width: auto;
    max-width: 100%;
    height: auto;
}


/*内页类别菜单*/

.subCate {
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.subCate ul {
    font-size: 0;
    text-align: center;
    line-height: normal;
}

.subCate li {
    display: inline-block;
    font-size: 20px;
    padding: 0 30px;
}

.subCate li a {
    display: block;
    color: #292929;
    padding: 10px 0 20px;
}

.subCate li.cur a {
    border-bottom: 2px solid #0068b7;
}


/*投资者关系_财务报告*/

.finance ul {
    margin-bottom: 65px;
}

.finance li {
    background: url(../images/icon_24.png) no-repeat left 27px;
    padding: 20px 0 20px 50px;
    border-bottom: 1px solid #f6f6f6;
}

.finance li .time {
    display: block;
    font-size: 14px;
    color: #adadad;
    line-height: 1em;
}

.finance li .info {
    overflow: hidden;
}

.finance li .title {
    font-size: 18px;
    color: #515151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 95px;
    line-height: 24px;
}

.finance li .right {
    float: right;
}

.finance li span {
    display: block;
    float: left;
    position: relative;
}

.finance li span a {
    display: block;
    text-indent: -9999em;
    width: 25px;
    height: 23px;
    background: no-repeat center center;
}

.finance li .views a {
    background-image: url(../images/icon_25.png);
}

.finance li .download {
    padding-left: 40px;
}

.finance li .download:before {
    content: '';
    display: block;
    width: 0;
    height: 14px;
    border-left: 1px dashed #ddd;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
}

.finance li .download a {
    background-image: url(../images/icon_26.png);
}


/*投资者关系_社会责任*/

.rsItem .inner {
    height: 360px;
}

.rsItem .info {
    height: 360px;
}

.rsItem .intro {
    max-height: 292px;
}


/*投资者关系_股市信息*/

.dividend,
.stock {
    border-bottom: 1px solid #f6f6f6;
    padding: 80px 0;
}

.dividend h2 {
    font-size: 20px;
    font-weight: normal;
    color: #104081;
    line-height: 1.125em;
    width: 900px;
    margin: 0 auto 35px;
}

.dividend .info {
    width: 950px;
    border: 1px solid #d9d9d9;
    position: relative;
    margin: 0 auto;
}

.dividend ul {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

.dividend ul:last-child {
    border-bottom: none;
}

.dividend li {
    float: left;
}

.dividend li .box {
    background: #fff url(../images/bg_stockInfo.jpg) repeat-x center center;
    background-size: auto 100%;
    padding: 30px;
    overflow: hidden;
}

.dividend li span {
    display: block;
    color: #414446;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dividend li .red {
    color: #ec0404;
}

.dividend li .green {
    color: #119300;
}

.dividend li .price {
    font-size: 36px;
    font-family: 'Adobe 黑体 Std';
    font-weight: bold;
    height: 50px;
    line-height: 70px;
    color: #ec0404;
    position: relative;
}

.dividend li.small {
    width: 17.5%;
}

.dividend li.large {
    width: 26.25%;
}

.dividend li.left {
    width: 30%;
}

.dividend li.left .box {
    border-right: 1px solid #d9d9d9;
    padding-left: 30%;
}

.dividend li.left span i {
    background: url(../images/icon_29.png) no-repeat right 23px;
    padding-right: 20px;
    font-style: normal;
    display: inline-block;
    /* height: 50px; line-height: 50px;position: absolute; left: 0; top: 50%; margin-top: -25px;*/
}

.stock .box {
    width: 900px;
    margin: 0 auto;
}

.stock .box img {
    display: block;
    max-width: 100%;
    height: auto;
}


/*投资者关系_首页*/

.investor .bannerTop {
    padding: 215px 0 380px;
}

.investor .bannerTop .box {
    padding: 0;
    width: 46%;
}

.investor .bannerTop .more {
    margin-top: 35px;
}

.investor .bannerTop .more a {
    background-image: url(../images/icon_22.png);
}

.investor .title {
    font-size: 40px;
    color: #0079b1;
    font-weight: normal;
    text-align: center;
    line-height: 1.125em;
    margin-bottom: 50px;
}

.notice {
    padding: 50px 0;
}

.notice .inner {
    overflow: hidden;
}

.notice ul {
    width: 102%;
    overflow: hidden;
    margin-bottom: 2%;
}

.notice li {
    float: left;
    width: 48%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.notice li a {
    display: block;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 30px 40px;
    color: #333;
    background: url(../images/icon_27.png) no-repeat left top;
}

.notice li .date {
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.notice li time {
    display: block;
}

.notice li time i {
    font-size: 50px;
    line-height: 1em;
    font-style: normal;
    display: block;
    position: relative;
}

.notice li time i:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background-color: #e0e0e0;
    margin: 5px auto;
}

.notice li .text {
    margin-left: 90px;
    height: 121px;
}

.notice li h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}

.notice li h2 span {
    background: url(../images/icon_28.png) no-repeat right center;
    padding: 2.5px 70px 2.5px 0;
}

.notice li p {
    font-size: 16px;
    color: #888;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.notice li a:hover {
    color: #0079b1;
}

.stockInfo {
    background: url(../images/bg_stock.jpg) no-repeat center center;
    background-size: cover;
    padding: 155px 0;
}

.stockInfo .title {
    color: #fff;
    text-align: left;
}

.stockInfo .info {
    width: 950px;
    border: 1px solid #5285b5;
    position: relative;
    margin-bottom: 40px;
}

.stockInfo .info:before {
    content: '';
    display: block;
    width: 100%;
    height: 59px;
    background: url(../images/bg_top.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -60px;
    opacity: .5;
}

.stockInfo .info:after {
    content: '';
    display: block;
    width: 100%;
    height: 59px;
    background: url(../images/bg_btm.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -60px;
    opacity: .5;
}

.stockInfo ul {
    margin-bottom: 1px;
    overflow: hidden;
}

.stockInfo ul:last-child {
    margin-bottom: 0;
}

.stockInfo li {
    float: left;
}

.stockInfo li .box {
    background: #fff url(../images/bg_stockInfo.jpg) repeat-x center center;
    background-size: auto 100%;
    padding: 30px;
    overflow: hidden;
}

.stockInfo li span {
    display: block;
    color: #414446;
    font-size: 16px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stockInfo li .red {
    color: #ec0404;
}

.stockInfo li .green {
    color: #119300;
}

.stockInfo li .price {
    font-size: 36px;
    font-family: 'Adobe 黑体 Std';
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #ec0404;
}

.stockInfo li.small {
    width: 17.5%;
}

.stockInfo li.large {
    width: 26.25%;
}

.stockInfo li.left {
    width: 30%;
}

.stockInfo li.left .box {
    margin-right: 1px;
}

.stockInfo li.left span i {
    background: url(../images/icon_29.png) no-repeat right 23px;
    padding-right: 20px;
    font-style: normal;
}

.stockInfo .more {
    position: relative;
    z-index: 1;
    width: 765px;
    border-top: 1px solid #588cb5;
    padding-top: 15px;
    font-size: 20px;
}

.stockInfo .more a {
    color: #fff;
    background: url(../images/icon_30.png) no-repeat 2px center;
    padding: 0 25px 0 30px;
    position: relative;
}

.stockInfo .more a:after {
    content: '';
    display: block;
    width: 16px;
    height: 15px;
    background: url(../images/icon_22.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7.5px;
}

.stockInfo .more a:hover {
    border-bottom: 1px solid #588cb5;
}

.statements {
    padding: 65px 0;
}

.statements .inner {
    overflow: hidden;
}

.statements .list {
    overflow: hidden;
    width: 106.5%;
    margin-bottom: 40px;
}

.statements dl {
    float: left;
    width: 28%;
    padding-right: 5%;
}

.statements dt {
    font-size: 20px;
    color: #292929;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.125em;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.statements dd {
    margin-bottom: 20px;
}

.statements dd a {
    display: block;
    background: url(../images/icon_24.png) no-repeat left 2px;
    padding-left: 50px;
    overflow: hidden;
    color: #515151;
}

.statements dd time {
    display: block;
    font-size: 14px;
    color: #adadad;
    line-height: 1em;
    margin-bottom: 5px;
}

.statements dd span {
    font-size: 18px;
    line-height: 24px;
}

.statements dd a:hover {
    color: #0079b1;
}

.socialZr {
    background: url(../images/bg_social.jpg) no-repeat center center;
    background-size: cover;
    padding: 135px 0 180px;
}

.socialZr .title {
    color: #fff;
    margin-bottom: 30px;
}

.socialZr .intro {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    width: 60%;
    margin: 0 auto 5%;
}

.socialZr .list ul {
    overflow: hidden;
    padding: 0 5%;
}

.socialZr .list li {
    float: left;
    width: 18%;
    padding: 5px 1%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.socialZr .list li i {
    display: block;
    width: 87px;
    height: 63px;
    margin: 0 auto 20px;
    background: no-repeat center bottom;
    overflow: hidden;
    background-size: contain;
}

.team {
    padding: 60px 0;
}

.team ul {
    overflow: hidden;
}

.team li {
    float: left;
    width: 22.8%;
    padding: 0 1% 2%;
}

.team li .box {
    background-color: #f4f4f4;
    overflow: hidden;
}

.team li .photo {
    float: left;
    width: 65%;
}

.team li .photo figure {
    display: block;
    padding-bottom: 120%;
    position: relative;
    overflow: hidden;
}

.team li .photo img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.team li .info {
    margin-left: 65%;
    padding: 24px 12px;
}

.team li .info h3 {
    font-weight: normal;
    font-size: 20px;
    color: #0079b1;
    line-height: 1.125em;
    margin-bottom: 7px;
}

.team li .info h3 a {
    font-weight: normal;
    font-size: 20px;
    color: #0079b1;
}

.team li .info p {
    font-size: 16px;
    color: #535353;
    line-height: 1.5em;
    height: 9em;
    overflow: hidden;
}

.team li.first .photo {
    float: none;
    width: auto;
}

.team li.first .info {
    margin-left: 0;
}

.team li.first h3 {
    font-size: 24px;
}

.team li.first i {
    font-style: normal;
    color: #535353;
    font-size: 14px;
}

.team li.first p {
    font-size: 18px;
    color: #535353;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}


/* .contact {
    background: url(../images/bg_contact.jpg) no-repeat center center;
    background-size: cover;
    padding: 140px 0;
} */


/*产品与技术_频道页*/

.proCenter .bannerTop {
    padding: 215px 0 380px;
}

.proCenter .bannerTop .box {
    padding: 0;
    width: 46%;
}

.proCenter .bannerTop .more {
    margin-top: 35px;
}

.proCenter .bannerTop .more a {
    background-image: url(../images/icon_22.png);
}

.proTitle {
    color: #fff;
}

.proTitle h2 {
    font-size: 40px;
    line-height: 1.125em;
    font-weight: normal;
    margin-bottom: 30px;
}

.proTitle p {
    font-size: 18px;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
}

.frontier {
    background: url(../images/bg_tech.jpg) no-repeat center center;
    background-size: cover;
    padding: 140px 0;
}

.frontier .info {
    width: 68.57%;
}

.frontier .list {
    overflow: hidden;
    margin-bottom: 40px;
}

.frontier ul {
    overflow: hidden;
}

.frontier li {
    float: left;
    padding: 30px 10% 10px 0;
}

.frontier li i {
    display: block;
    width: 67px;
    height: 51px;
    background: no-repeat center center;
    background-size: contain;
    margin: 0 auto 15px;
}

.frontier li span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.frontier .more {
    font-size: 20px;
}

.frontier .more a {
    color: #fff;
    background: url(../images/icon_22.png) no-repeat right center;
    padding-right: 30px;
}

.dataCenter {
    background: no-repeat center center;
    background-size: cover;
    padding-bottom: 800px;
    position: relative;
}

.dataCenter a {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dataCenter .proTitle {
    text-align: center;
    color: #494949;
    padding-top: 8.57%;
}

.dataCenter .proTitle h2 {
    margin-bottom: 20px;
}

.dataCenter .more {
    text-align: center;
    position: absolute;
    bottom: 12.5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #646464;
}

.dataCenter .more i {
    font-style: normal;
    color: #646464;
    background: url(../images/icon_32.png) no-repeat right center;
    padding-right: 30px;
}

.dataCenter a:hover .more i {
    border-bottom: 1px solid #646464;
}

.proBox .proTitle {
    color: #555;
}

.proBox .box {
    overflow: hidden;
}

.proBox .tab {
    float: left;
    width: 31.5%;
    padding: 80px 0;
    float: left;
}

.proBox .tab li a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    transition: border .3s;
}

.proBox .tab li a:hover {
    border-bottom-color: #3984bd;
}

.proBox .tab li h3 {
    color: #555;
    font-size: 30px;
    font-weight: lighter;
    line-height: 1.125em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Arial;
}

.proBox .tab li .info {
    display: none;
    margin-top: 15px;
}

.proBox .tab li p {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 26px;
    margin-bottom: 15px;
    height: 52px;
    overflow: hidden;
}

.proBox .tab li span {
    font-size: 16px;
    color: #6f6f6f;
}

.proBox .tab li i {
    font-style: normal;
    background: url(../images/icon_32.png) no-repeat right center;
    padding-right: 25px;
    background-size: auto 12px;
}

.proBox .tabItem {
    width: 68.5%;
    float: right;
}

.proBox .tabItem .item {
    display: none;
}

.proBox .tabItem a,
#proBox .item {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.proBox .tabItem img,
#proBox .item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.proBox .owl-dots {
    font-size: 0;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
}

.proBox .owl-dots button {
    display: inline-block;
    margin: 0 10px;
}

.proBox .owl-dots span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ccc;
}

.proBox .owl-dots .active span {
    background-color: #0079b1;
}

#proBox {
    display: none;
    padding: 30px 0;
}

.proMeta {
    background: url(../images/bg_blue.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 150px;
}

.proMeta .proTitle {
    width: 70%;
}

.proMeta .more {
    font-size: 20px;
}

.proMeta .more a {
    color: #fff;
    background: url(../images/icon_22.png) no-repeat right center;
    padding-right: 30px;
}

.proMeta ul {
    padding: 0 8%;
    overflow: hidden;
}

.proMeta li {
    width: 30%;
    padding: 40px 1.5%;
    float: left;
    text-align: center;
    color: #fff;
}

.proMeta li p {
    font-size: 16px;
    padding: 20px 0;
}

.proMeta .round {
    position: relative;
    width: 168px;
    margin: 0 auto;
    padding-top: 168px;
}

.proMeta .round span {
    width: 100%;
    font-size: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: lighter;
    font-family: Aria;
}

.proMeta .round span i {
    font-size: 60px;
    font-style: normal;
}

.proMeta .round svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-left: -2px;
}

.proMeta .round circle {
    fill: none;
    stroke: rgba(255, 255, 255, .2);
    stroke-width: .3;
    -webkit-transition: stroke-dasharray linear;
    transition: stroke-dasharray linear;
    stroke-dashoffset: 0;
    transition-duration: 600ms;
}

.proMeta .round .pie-value {
    stroke-dasharray: 0, 100;
}

.proMeta .selected .pie-value {
    stroke: #fff;
    stroke-width: .6;
}


/*产品与技术_技术前沿 && 产品与技术_大数据中心*/

.technology {
    overflow: hidden;
    padding: 75px 0;
    clear: both;
}

.technology h2 {
    font-size: 32px;
    font-weight: normal;
    color: #0079b1;
    text-align: center;
    line-height: 1.35em;
    margin-bottom: 25px;
}

.technology .intro {
    padding: 0 14%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.75em;
}

.technology .intro p {
    margin-bottom: 30px;
}

.techItem {
    background-color: #f6f8fb;
    padding: 45px 0;
}

.techItem .inner {
    overflow: hidden;
}

.techItem .box {
    display: table;
    width: 100%;
}

.techItem .pic {
    display: table-cell;
    width: 46%;
    vertical-align: top;
    padding-right: 4%;
}

.techItem .pic img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.techItem .info {
    display: table-cell;
    width: 49%;
    vertical-align: middle;
    padding-left: 1%;
}

.techItem h3 {
    font-size: 24px;
    color: #0079b1;
    line-height: 1.35em;
    font-weight: normal;
    margin-bottom: 10px;
    background: no-repeat left 5px;
    padding-left: 40px;
}

.techItem .intro {
    font-size: 16px;
    color: #706f6f;
    line-height: 30px;
}

.techItem:nth-child(2n) {
    background-color: #fff;
}

.techItem:nth-child(2n) .pic {
    padding-right: 0;
    padding-left: 4%;
}

.techItem:nth-child(2n) .info {
    padding-left: 0;
    padding-right: 1%;
}

.techItem.last h3 {
    text-align: center;
    padding-left: 0;
    font-size: 32px;
    margin-bottom: 30px;
}

.techItem.last .info {
    vertical-align: top;
}


/*产品与技术_系列产品*/

.proTop .box {
    display: table;
    width: 100%;
}

.proTop .info {
    display: table-cell;
    width: 31%;
    vertical-align: middle;
}

.proTop .title {
    color: #555;
    margin-bottom: 20px;
}

.proTop .title h2 {
    font-size: 48px;
    font-weight: normal;
    font-family: Arial;
    line-height: 1em;
    margin-bottom: 5px;
}

.proTop .title p {
    font-size: 24px;
    line-height: 1.5em;
}

.proTop .intro {
    font-size: 16px;
    color: #898989;
    line-height: 1.75em;
}

.proTop .pic {
    display: table-cell;
    width: 69%;
}

.proTop .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.proMid {
    background: no-repeat left center;
    background-size: cover;
    padding: 220px 0;
}

.proMid .inner {
    overflow: hidden;
}

.proMid .info {
    width: 50%;
    float: right;
}

.proMid .top {
    margin-bottom: 25px;
}

.proMid .top ul {
    overflow: hidden;
}

.proMid .top li {
    float: left;
    padding: 0 12px;
    background: url(../images/bg_line.png) no-repeat right center;
    cursor: pointer;
}

.proMid .top li:last-child {
    background: none;
}

.proMid .top li span {
    display: block;
    width: 58px;
    height: 66px;
    overflow: hidden;
}

.proMid .top li i {
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat center center;
    background-size: contain;
    margin: 13px auto;
}

.proMid .top li.on span {
    background: url(../images/bg_icon.png) no-repeat center center;
    background-size: contain;
}

.proMid .btm {
    padding: 0 12px;
    color: #fff;
}

.proMid .btm h3 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 15px;
}

.proMid .btm p {
    font-size: 18px;
    line-height: 32px;
}

.proBtm {
    padding: 70px 0;
}

.proBtm .title {
    text-align: center;
    color: #555;
    margin-bottom: 25px;
}

.proBtm .title h3 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 10px;
}

.proBtm .title p {
    font-size: 20px;
}

.proBtm .box {
    padding: 0 7%;
}

.proBtm .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.proBtm table {
    border: none;
    width: 100%;
    min-width: 540px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.proBtm tr {
    background-color: #fafafa;
}

.proBtm tr:nth-child(2n) {
    background-color: #fff;
}

.proBtm th {
    background-color: #0079b1;
    color: #fff;
    border: none;
    border-bottom: 1px solid #ececec;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.35em;
    padding: 16px 10px;
}

.proBtm td {
    border: none;
    border-bottom: 1px solid #ececec;
    font-size: 18px;
    color: #8d8d8d;
    text-align: center;
    line-height: 1.35em;
    padding: 10px;
}

.proSol {
    background: url(../images/bg_sol.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

.proSol h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 1.125em;
    margin-bottom: 30px;
}

.proSol ul {
    font-size: 0;
    line-height: normal;
    text-align: center;
    padding: 0 5%;
}

.proSol li {
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 33.333%;
}

.proSol li a {
    display: block;
    overflow: hidden;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    padding: 30px 10px;
    margin-left: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -1px;
}

.proSol li a:hover {
    background-color: rgba(255, 255, 255, .3);
}

.proSol li i {
    display: block;
    width: 115px;
    height: 100px;
    background: no-repeat center center;
    background-size: 120%;
    margin: 0 auto 10px;
}

.proFile {
    background: url(../images/bg_download.jpg) no-repeat center center;
    background-size: cover;
}

.proFile a {
    display: block;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.proFile span {
    font-size: 20px;
    background: url(../images/icon_33.png) no-repeat left center;
    padding-left: 30px;
}


/*首页标题*/

.hmTitle {
    text-align: center;
    margin-bottom: 3.571%;
}

.hmTitle h2 {
    font-size: 40px;
    color: #0079b1;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 25px;
}

.hmTitle p {
    font-size: 18px;
    color: #555;
    padding: 0 17%;
}


/*首页新闻中心*/

.hmNews {
    padding: 80px 0 40px;
}

.hmNews .innter {
    overflow: hidden;
}

.hmNews ul {
    overflow: hidden;
    width: 104%;
}

.hmNews li {
    float: left;
    width: 46%;
    padding-right: 4%;
    padding-bottom: 4%;
}

.hmNews li a {
    display: block;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #f7f5fa;
    padding-top: 30px;
}

.hmNews li .thumbnail {
    float: left;
    width: 280px;
}

.hmNews li .thumbnail img {
    transition: transform .3s;
}

.hmNews li figure {
    padding-bottom: 67.924%;
    position: relative;
    overflow: hidden;
}

.hmNews li .info {
    margin-left: 310px;
    padding: 0 10px 25px 0;
}

.hmNews li h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 5px;
}

.hmNews li .text {
    font-size: 16px;
    color: #888;
    line-height: 1.75em;
    max-height: 5.25em;
    overflow: hidden;
}

.hmNews li time,
.hmNews li .more {
    position: absolute;
    bottom: 0;
    left: 310px;
    font-size: 14px;
    color: #bbb;
}

.hmNews li .more {
    left: auto;
    right: 10px;
}

.hmNews li a:hover img {
    transform: scale(1.1, 1.1);
}

.hmNews li a:hover h3,
.hmNews li a:hover .more {
    color: #0079b1;
}


/*首页轮播图*/

.hmSlide .item {
    background: no-repeat center center;
    padding-bottom: 950px;
    background-size: cover;
}

.hmSlide .owl-dots {
    font-size: 0;
    line-height: normal;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.hmSlide .owl-dots button {
    display: inline-block;
    margin: 0 2px;
}

.hmSlide .owl-dots span {
    display: block;
    width: 70px;
    height: 6px;
    background-color: #fff;
}

.hmSlide .owl-dots .active span {
    background-color: #0079b1;
}


/*首页系列产品*/

.hmPro ul {
    overflow: hidden;
}

.hmPro li {
    width: 50%;
    float: left;
}

.hmPro li a {
    display: block;
    padding-bottom: 98.9583%;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.hmPro li .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 80%;
    padding: 10%;
}

.hmPro li h2 {
    font-size: 40px;
    font-weight: normal;
    color: #0079b1;
    line-height: 1.125em;
    margin-bottom: 20px;
}

.hmPro li p {
    font-size: 18px;
    color: #555;
    line-height: 28px;
    width: 60%;
}

.hmPro li span {
    margin-top: 10%;
    display: block;
    font-size: 18px;
    color: #888;
}

.hmPro li span i {
    font-style: normal;
    background: url(../images/icon_31.png) no-repeat right center;
    padding-right: 75px;
}

.hmPro li a:hover span {
    color: #0079b1;
}


/*首页解决方案*/

.hmSol {
    padding: 80px 0;
    position: relative;
}

.hmSol .hmSol_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hmSol .hmSol_bg .hmSol_bg_li {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: none;
    float: none;
}

.hmSol .hmSol_bg .hmSol_bg_li.on {
    display: block;
}

.hmSol .hmTitle h2,
.hmSol .hmTitle p {
    color: #fff;
}

.hmSol .inner {
    position: relative;
    z-index: 2;
}

.hmSol ul {
    padding: 0 0 1px 1px;
    overflow: hidden;
}

.hmSol li {
    float: left;
    width: 50%;
}

.hmSol li a {
    display: block;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 12.85% 40px;
    margin: 0 0 -1px -1px;
    overflow: hidden;
    color: #fff;
}

.hmSol li a:hover {
    background-color: transparent;
}

.hmSol li .info {
    background: no-repeat left center;
    padding-left: 140px;
    position: relative;
}

.hmSol li .info:before {
    content: '';
    display: block;
    width: 1px;
    height: 90px;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    left: 110px;
    top: 50%;
    margin-top: -45px;
}

.hmSol li h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hmSol li p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.hmSol .owl-nav button {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -42.5px;
}

.hmSol .owl-nav .owl-prev {
    left: -90px;
}

.hmSol .owl-nav .owl-next {
    right: -90px;
}

.hmSol .owl-nav span {
    display: block;
    width: 44px;
    height: 85px;
    background: no-repeat center center;
    background-size: contain;
}

.hmSol .owl-nav .owl-prev span {
    background-image: url(../images/arrow_slides_left.png);
}

.hmSol .owl-nav .owl-next span {
    background-image: url(../images/arrow_slides_right.png);
}

.hmSol .owl-nav button:hover {
    opacity: .6;
}


/*产品系列_光伏产品*/

.gfIntro {
    overflow: hidden;
    padding: 75px 0;
    clear: both;
}

.gfIntro h2 {
    font-size: 32px;
    font-weight: normal;
    color: #0079b1;
    text-align: center;
    line-height: 1.35em;
    margin-bottom: 25px;
}

.gfIntro .intro {
    padding: 0 14%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.75em;
}

.gfIntro .intro p {
    margin-bottom: 30px;
}

.assembly {
    padding: 40px 0;
}

.assembly .inner {
    overflow: hidden;
}

.assembly ul {
    width: 102%;
    overflow: hidden;
}

.assembly li {
    float: left;
    width: 14.666%;
    padding: 1% 2% 1% 0;
}

.assembly li .thumbnail {
    padding-bottom: 74.747%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.assembly li img {
    transition: transform .3s;
}

.assembly li img:hover {
    transform: scale(1.1, 1.1);
}

.assembly li p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.assembly li p:before {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background-color: #ddd;
    margin: 0 auto 10px;
    font-size: 16px;
    color: #797979;
}

.proItem {
    background-color: #fff;
    padding: 45px 0;
}

.proItem .inner {
    overflow: hidden;
}

.proItem .box {
    display: table;
    width: 100%;
}

.proItem .pic {
    display: table-cell;
    width: 46%;
    vertical-align: top;
    padding-left: 4%;
}

.proItem .pic img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.proItem .info {
    display: table-cell;
    width: 49%;
    vertical-align: middle;
    padding-right: 1%;
}

.proItem h3 {
    font-size: 24px;
    color: #0079b1;
    line-height: 1.35em;
    font-weight: normal;
    margin-bottom: 10px;
    background: no-repeat left 5px;
    padding-left: 40px;
}

.proItem .intro {
    font-size: 16px;
    color: #706f6f;
    line-height: 30px;
}

.proItem:nth-child(2n) {
    background-color: #f6f8fb;
}

.proItem:nth-child(2n) .pic {
    padding-right: 0;
    padding-right: 4%;
}

.proItem:nth-child(2n) .info {
    padding-left: 0;
    padding-left: 1%;
}

.proNum {
    background: no-repeat center center;
    background-size: cover;
    padding: 300px 0 60px;
    color: #fff;
}

.proNum ul {
    overflow: hidden;
}

.proNum li {
    float: left;
    width: 31.333%;
    padding: 0 1%;
    text-align: center;
    font-size: 16px;
}

.proNum li span {
    font-size: 48px;
    line-height: 1.1em;
    padding-right: 10px;
}

.proNum li i {
    font-style: normal;
}